home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / snr503.zip / WORDWRAP.S < prev    next >
Text File  |  1993-05-30  |  357b  |  10 lines

  1. \  WORDWRAP.S
  2. \  Wordwrap a file that contains long lines
  3.  
  4. *(70)\v*00=*(70)\p0*01     \ Our wrap length is 70 characters, but you can
  5.                            \ change it to something else
  6.  
  7.  *01= \0d\0a*00            \ After reading 70 characters, a space will
  8.                            \ be converted to a carriage return/line feed
  9. \0a=\0a*00
  10.